Opc.Ua.Core
Translate(IList<String>,LocalizedText) Method



Opc.Ua Namespace > ITranslationManager Interface > Translate Method : Translate(IList<String>,LocalizedText) Method
Translates the LocalizedText using the information in the TranslationInfo property.
Syntax
'Declaration
 
Overloads Function Translate( _
   ByVal preferredLocales As IList(Of String), _
   ByVal text As LocalizedText _
) As LocalizedText
'Usage
 
Dim instance As ITranslationManager
Dim preferredLocales As IList(Of String)
Dim text As LocalizedText
Dim value As LocalizedText
 
value = instance.Translate(preferredLocales, text)

Parameters

preferredLocales
text
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

ITranslationManager Interface
ITranslationManager Members
Overload List
Translate(IList<String>,String,String,Object[]) Method